3.420 \(\int (d \tan (e+f x))^m (a+b (c \tan (e+f x))^n)^p \, dx\)

Optimal. Leaf size=30 \[ \text {Int}\left ((d \tan (e+f x))^m \left (a+b (c \tan (e+f x))^n\right )^p,x\right ) \]

[Out]

Unintegrable((d*tan(f*x+e))^m*(a+b*(c*tan(f*x+e))^n)^p,x)

________________________________________________________________________________________

Rubi [A]  time = 0.06, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int (d \tan (e+f x))^m \left (a+b (c \tan (e+f x))^n\right )^p \, dx \]

Verification is Not applicable to the result.

[In]

Int[(d*Tan[e + f*x])^m*(a + b*(c*Tan[e + f*x])^n)^p,x]

[Out]

Defer[Int][(d*Tan[e + f*x])^m*(a + b*(c*Tan[e + f*x])^n)^p, x]

Rubi steps

\begin {align*} \int (d \tan (e+f x))^m \left (a+b (c \tan (e+f x))^n\right )^p \, dx &=\int (d \tan (e+f x))^m \left (a+b (c \tan (e+f x))^n\right )^p \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 3.76, size = 0, normalized size = 0.00 \[ \int (d \tan (e+f x))^m \left (a+b (c \tan (e+f x))^n\right )^p \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[(d*Tan[e + f*x])^m*(a + b*(c*Tan[e + f*x])^n)^p,x]

[Out]

Integrate[(d*Tan[e + f*x])^m*(a + b*(c*Tan[e + f*x])^n)^p, x]

________________________________________________________________________________________

fricas [A]  time = 0.55, size = 0, normalized size = 0.00 \[ {\rm integral}\left ({\left (\left (c \tan \left (f x + e\right )\right )^{n} b + a\right )}^{p} \left (d \tan \left (f x + e\right )\right )^{m}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*tan(f*x+e))^m*(a+b*(c*tan(f*x+e))^n)^p,x, algorithm="fricas")

[Out]

integral(((c*tan(f*x + e))^n*b + a)^p*(d*tan(f*x + e))^m, x)

________________________________________________________________________________________

giac [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (\left (c \tan \left (f x + e\right )\right )^{n} b + a\right )}^{p} \left (d \tan \left (f x + e\right )\right )^{m}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*tan(f*x+e))^m*(a+b*(c*tan(f*x+e))^n)^p,x, algorithm="giac")

[Out]

integrate(((c*tan(f*x + e))^n*b + a)^p*(d*tan(f*x + e))^m, x)

________________________________________________________________________________________

maple [A]  time = 1.76, size = 0, normalized size = 0.00 \[ \int \left (d \tan \left (f x +e \right )\right )^{m} \left (a +b \left (c \tan \left (f x +e \right )\right )^{n}\right )^{p}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*tan(f*x+e))^m*(a+b*(c*tan(f*x+e))^n)^p,x)

[Out]

int((d*tan(f*x+e))^m*(a+b*(c*tan(f*x+e))^n)^p,x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (\left (c \tan \left (f x + e\right )\right )^{n} b + a\right )}^{p} \left (d \tan \left (f x + e\right )\right )^{m}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*tan(f*x+e))^m*(a+b*(c*tan(f*x+e))^n)^p,x, algorithm="maxima")

[Out]

integrate(((c*tan(f*x + e))^n*b + a)^p*(d*tan(f*x + e))^m, x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.03 \[ \int {\left (d\,\mathrm {tan}\left (e+f\,x\right )\right )}^m\,{\left (a+b\,{\left (c\,\mathrm {tan}\left (e+f\,x\right )\right )}^n\right )}^p \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*tan(e + f*x))^m*(a + b*(c*tan(e + f*x))^n)^p,x)

[Out]

int((d*tan(e + f*x))^m*(a + b*(c*tan(e + f*x))^n)^p, x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (d \tan {\left (e + f x \right )}\right )^{m} \left (a + b \left (c \tan {\left (e + f x \right )}\right )^{n}\right )^{p}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*tan(f*x+e))**m*(a+b*(c*tan(f*x+e))**n)**p,x)

[Out]

Integral((d*tan(e + f*x))**m*(a + b*(c*tan(e + f*x))**n)**p, x)

________________________________________________________________________________________